home *** CD-ROM | disk | FTP | other *** search
- # IP routing table example
- #
- # ARP statements for AX.25 stations
- #
- #arp add pe1dna ax25:4k8 pe1dna-4
- #
- # ARP statements and ROUTES for NET/ROM stations
- #
- #route add pi8nos netrom
- #arp add pi8nos netrom pi8nos
- #
- # set direct route for nearby networks (no default, to get unreachable mesgs)
- #
- route add Holland/18 144
- #
- # exceptions to gateway routings
- #
- #route add pe1dna 4k8
- #
- # stations reachable via (their own private) gateways
- #
- #route add sys2.pe1chl via pe1chl
- #
- # some networks reachable via gateways
- #
- #route add Germany/16 via dd9qp
-